'Declaration
Public Overloads Function GetObject(Of T As Class)( _ ByVal filename As String, _ ByVal supportProduct As ISupportedProduct, _ ByVal multiThread As Boolean _ ) As T
'Usage
Dim instance As ObjectsDeserializer Dim filename As String Dim supportProduct As ISupportedProduct Dim multiThread As Boolean Dim value As T value = instance.GetObject(Of T)(filename, supportProduct, multiThread)
public T GetObject<T>( string filename, ISupportedProduct supportProduct, bool multiThread ) where T: class
Parameters
- filename
- supportProduct
- multiThread
Type Parameters
- T